x86/msi: Fold pci_conf_write16() calls in write_msi_msg()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 22 Sep 2020 19:05:22 +0000 (20:05 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 24 Sep 2020 20:02:35 +0000 (21:02 +0100)
commitaf3c913f03b5f9eab15b168ef87cde80f9addc6e
tree8fa0bf6d398f8baba5c8b397474d31c517c17093
parent5a37207df52066efefe419c677b089a654d37afc
x86/msi: Fold pci_conf_write16() calls in write_msi_msg()

In addition, this removes the unqualified 0/1 passed to msi_data_reg()

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/msi.c